From: Lars-Peter Clausen Date: Sat, 31 Oct 2009 00:28:58 +0000 (+0000) Subject: Fix recordmydesktop build under Xorg 7.5 X-Git-Url: http://git.openwrt.org/%22http:/oss.oetiker.ch/rrdtool//%22/%22http:/oss.oetiker.ch/rrdtool/%22?a=commitdiff_plain;h=fa14a51c0338486c5145c1f91cb8033c4d91ba9a;p=openwrt%2Fsvn-archive%2Ffeeds.git Fix recordmydesktop build under Xorg 7.5 SVN-Revision: 18243 --- diff --git a/desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch b/desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch new file mode 100644 index 0000000..ec53f4a --- /dev/null +++ b/desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch @@ -0,0 +1,26 @@ +diff --git a/src/rmd_getzpixmap.c b/src/rmd_getzpixmap.c +index 33c31c2..ef31561 100644 +--- a/src/rmd_getzpixmap.c ++++ b/src/rmd_getzpixmap.c +@@ -32,7 +32,7 @@ + + #include + #include +-#include ++#include + #include + + +diff --git a/src/rmd_update_image.c b/src/rmd_update_image.c +index 502b859..d8033b5 100644 +--- a/src/rmd_update_image.c ++++ b/src/rmd_update_image.c +@@ -32,7 +32,7 @@ + #include "rmd_types.h" + + #include +-#include ++#include + #include + +